package hacky.filebased.agent;

import org.junit.Test;

public class FileUtilitiesTest {
    @Test
    public void tempDirectoryExistsAsFileIsRemovedAndRecreatedAsDirectory() {
    }

    @Test
    public void tempDirectoryExistsAsDirectoryThatIsEmptyAndIsRecreatedAsEmptyDirectory() {
    }

    @Test
    public void tempDirectoryExistsAsDirectoryWithFilesAndIsRecreatedAsEmptyDirectory() {
    }
}
